Auto merge of #2743 - alexcrichton:better-test-suite, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000 (21:54 -0700)
committerbors <bors@rust-lang.org>
Thu, 26 May 2016 04:54:45 +0000 (21:54 -0700)
commit07c1d9900de40c59b898d08d64273447560ffbe3
tree232101120c698a2d405dcc61ef093b0b12e52ff2
parent3ff108a94c6ce635ab7762610ed491d5554c7995
parent763ba535eb2fe8b92ab5fd9584c77f2fe22b8e42
Auto merge of #2743 - alexcrichton:better-test-suite, r=alexcrichton

Split the test suite into multiple binaries

Helps reduce compile time of tests, more ergonomic names to type, more conventional configuration, and makes it basically easier to work with.

The previous `support` module is now a separate `cargotest` crate.